I will gladly assist you with this case. As per your request, I have installed our SSL certificate to DOMAINNAME, as you can confirm below: >https://www.sslshopper.com/ssl-checker.html#hostname=%20DOMAINNAME You can also install the certificate by simply following the tutorial below: > https://www.fastcomet.com/blog/lets-encrypt-ssl-available-in-cpanel I have also added the following rule in your htaccess file: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteEngine On RewriteRule ^\.well-known\/acme-challenge\/ - [L] RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] Header always set Content-Security-Policy "upgrade-insecure-requests;" That way I have manually forced your domain to load via HTTPS. I have checked the domain in question and the same is currently loading the following content: > https://prnt.sc/1162jkw Also, I would advise you to clear your browser and DNS cache. If you are unsure how to do it, review the following tutorials: https://www.fastcomet.com/tutorials/getting-started/clear-browser-cache https://www.fastcomet.com/tutorials/getting-started/clear-dns-cache I hope you find this information useful. In case there is anything else we can assist you with, please do not hesitate in contacting us. We remain at your immediate disposal 24/7!